/*----------------------------------------*/
/*  Newslist
/*----------------------------------------*/
.newslistPage {
  background: #f7f7f7; }

.newsViewPage {
  background: #fff; }

.newslistPageKv {
  height: 250px;
  min-height: auto; }
  .newslistPageKv .slideContent {
    position: relative;
    width: auto;
    max-width: 40%;
    margin: 0 auto;
    left: auto; }
    .newslistPageKv .slideContent h3 {
      color: #1d2129;
      font-weight: 500;
      font-size: 44px;
      line-height: 62px;
      text-align: center;
      margin-bottom: 12px; }
    .newslistPageKv .slideContent .desc {
      margin-bottom: 0px; }
    .newslistPageKv .slideContent .desc p {
      font-size: 18px;
      line-height: 25px;
      color: #1d2129;
      text-align: center;
      font-weight: 300;
      margin-bottom: 0px; }

.newsViewPageKv {
  min-height: auto;
  height: 120px; }
  .newsViewPageKv .container {
    height: 100%;
    padding: 0px 130px;
    position: relative;
    z-index: 50; }
  .newsViewPageKv .viewPageBar {
    display: flex;
    align-items: center;
    height: 100%; }
  .newsViewPageKv .backToList {
    display: flex;
    align-items: center;
    gap: 12px; }
    .newsViewPageKv .backToList span {
      color: #86909C;
      font-size: 14px;
      line-height: 20px;
      display: block; }
    .newsViewPageKv .backToList .btnarrow {
      width: 40px;
      height: 40px;
      display: block;
      border-radius: 60px;
      cursor: pointer;
      border: 1px solid #a3a8ac;
      background: #fff;
      transition: all ease-in-out 0.3s;
      background: #fff url(https://cdn.infisight.net/www/images/slide_arrow_left.svg) 55% center no-repeat;
      background-size: 13px 13px; }
      .newsViewPageKv .backToList .btnarrow:hover {
        background: #15284b url(https://cdn.infisight.net/www/images/slide_arrow_left_w.svg) 55% center no-repeat;
        background-size: 13px 13px;
        border-color: #15284b; }

.newsArticlelist {
  min-height: 1080px; }
  .newsArticlelist .container {
    padding: 0px 130px;
    position: relative;
    z-index: 50; }
  .newsArticlelist .listfilterWrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px; }
    .newsArticlelist .listfilterWrap .catetroySelect form {
      display: flex;
      gap: 12px; }
    .newsArticlelist .listfilterWrap .catetroySelect .layui-form-select {
      width: 264px; }
    .newsArticlelist .listfilterWrap .catetroySelect .layui-form-select dl dd.layui-select-tips {
      padding-left: 12px !important; }
    .newsArticlelist .listfilterWrap .catetroySelect .layui-form-select dl {
      border-radius: 12px;
      border: none;
      padding-top: 10px;
      background: url(../images/select-dropconbg.svg) top center no-repeat;
      z-index: 100;
      box-shadow: 0px 3px 6px -4px rgba(0, 0, 0, 0.12), 0px 4px 12px 4px rgba(0, 0, 0, 0.05); }
    .newsArticlelist .listfilterWrap .catetroySelect .layui-form-select dl dd,
    .newsArticlelist .listfilterWrap .catetroySelect .layui-form-select dl dd.layui-select-tips {
      font-size: 15px; }
    .newsArticlelist .listfilterWrap .catetroySelect .layui-form-select dl dd.layui-this {
      background-color: #f5f5f5;
      color: #1d2129; }
    .newsArticlelist .listfilterWrap .catetroySelect .layui-form-select .layui-select-title .layui-icon-close {
      width: 18px;
      height: 18px;
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
      cursor: pointer;
      transition: all 0.3s;
      -webkit-transition: all 0.3s; }
    .newsArticlelist .listfilterWrap .catetroySelect .layui-form-select .layui-select-title .layui-icon-close::before {
      width: 100%;
      height: 100%;
      border-radius: 50%;
      background: url(../images/select-closeall.svg) center center no-repeat;
      background-size: cover;
      content: '';
      display: block; }
    .newsArticlelist .listfilterWrap .catetroySelect .layui-form-select .layui-input {
      border-radius: 8px;
      background: #fff;
      border: 1px solid #e5e6eb;
      font-size: 15px;
      color: #1d2129;
      padding: 12px; }
      .newsArticlelist .listfilterWrap .catetroySelect .layui-form-select .layui-input::placeholder {
        font-size: 15px;
        color: rgba(0, 0, 0, 0.25); }
      .newsArticlelist .listfilterWrap .catetroySelect .layui-form-select .layui-input:focus, .newsArticlelist .listfilterWrap .catetroySelect .layui-form-select .layui-input:hover {
        box-shadow: none;
        border: 1px solid #e5e6eb !important; }
    .newsArticlelist .listfilterWrap .catetroySelect .layui-form-select .layui-edge {
      border: none;
      width: 12px;
      height: 12px;
      margin-top: -6px;
      background: url(../images/selectoption_arrow.svg) center center no-repeat;
      background-size: 10px 10px; }
  .newsArticlelist .searchForm .layui-form-item {
    margin-bottom: 0px; }
  .newsArticlelist .searchForm .layui-input-group .layui-input:focus, .newsArticlelist .searchForm .layui-input-group .layui-input:hover {
    box-shadow: none;
    border: 1px solid #e5e6eb !important; }
  .newsArticlelist .searchForm .layui-input-group .layui-input-split {
    background: #fff;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px; }
    .newsArticlelist .searchForm .layui-input-group .layui-input-split:hover {
      background: #1d2129; }
  .newsArticlelist .searchForm input {
    width: 227px;
    font-size: 15px;
    color: #1d2129;
    border: 1px solid #e5e6eb;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px; }
    .newsArticlelist .searchForm input::placeholder {
      font-size: 15px;
      color: rgba(0, 0, 0, 0.25); }
  .newsArticlelist .searchForm .search-icon {
    width: 16px;
    height: 16px;
    display: block;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    background: url(../images/searchinput-icon.svg) center center no-repeat; }
  .newsArticlelist .newslistWrap {
    display: flex;
    gap: 18px; }
    .newsArticlelist .newslistWrap .listCon {
      width: calc(100% - 388px);
      margin-bottom: 48px;
      margin-bottom: 160px; }
    .newsArticlelist .newslistWrap .siderArticle {
      width: 370px;
      border-radius: 12px; }
  .newsArticlelist .pager .pagination {
    margin: 0;
    margin-top: 48px; }
  .newsArticlelist .pager .pager {
    margin: 0; }
  .newsArticlelist .pager li {
    margin: 0 0.4em;
    display: inline-block; }
  .newsArticlelist .pager li > a,
  .newsArticlelist .pager li > span {
    background: none;
    border: 1px solid #e6e6e6;
    border-radius: 0.25em;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #A3A8AC; }
  .newsArticlelist .pager li:nth-of-type(1) span {
    display: inline-block;
    background: url(../images/paper-arrow-prev.svg) center center no-repeat; }
  .newsArticlelist .pager li:nth-last-of-type(1) span {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/paper-arrow-next.svg) center center no-repeat; }
  .newsArticlelist .pager li.active > a,
  .newsArticlelist .pager li.active > span {
    color: #15284B;
    border-color: #15284B; }
  .newsArticlelist .pager li.disabled > span {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .newsArticlelist .pager li.disabled > span:hover {
      color: #fff;
      background: #15284B; }
  .newsArticlelist .pager li:nth-of-type(1) > a {
    width: 32px;
    height: 32px;
    background: url(../images/paper-arrow-prev.svg) center center no-repeat;
    text-indent: -9999px; }
    .newsArticlelist .pager li:nth-of-type(1) > a:hover {
      background: #15284B url(../images/paper-arrow-prev-no.svg) center center no-repeat; }
  .newsArticlelist .pager li:nth-of-type(1).disabled > span {
    width: 32px;
    height: 32px;
    background: url(../images/paper-arrow-prev-no.svg) center center no-repeat;
    text-indent: -9999px; }
  .newsArticlelist .pager li:nth-last-of-type(1) > a {
    width: 32px;
    height: 32px;
    background: url(../images/paper-arrow-next.svg) center center no-repeat;
    text-indent: -9999px; }
    .newsArticlelist .pager li:nth-last-of-type(1) > a:hover {
      background: #15284B url(../images/paper-arrow-next-no.svg) center center no-repeat; }
  .newsArticlelist .pager li:nth-last-of-type(1).disabled > span {
    width: 32px;
    height: 32px;
    background: url(../images/paper-arrow-next-no.svg) center center no-repeat;
    text-indent: -9999px; }
    .newsArticlelist .pager li:nth-last-of-type(1).disabled > span:hover {
      background: url(../images/paper-arrow-next-no.svg) center center no-repeat; }
  .newsArticlelist .pager li:hover > span, .newsArticlelist .pager li:hover > a {
    color: #fff;
    background-color: #15284B; }
  .newsArticlelist .newsArticleInner {
    display: flex;
    background: #ffffff;
    height: 252px;
    margin-bottom: 24px;
    border-radius: 12px; }
    .newsArticlelist .newsArticleInner .imgBox {
      width: 360px;
      height: 252px;
      border-top-left-radius: 12px;
      border-bottom-left-radius: 12px; }
      .newsArticlelist .newsArticleInner .imgBox img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-top-left-radius: 12px;
        border-bottom-left-radius: 12px; }
    .newsArticlelist .newsArticleInner .introDesc {
      width: calc(100% - 360px);
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      position: relative;
      padding: 24px;
      border-top-right-radius: 12px;
      border-bottom-right-radius: 12px;
      background: #ffffff; }
    .newsArticlelist .newsArticleInner .txtBox {
      display: flex;
      flex-direction: column;
      gap: 12px; }
      .newsArticlelist .newsArticleInner .txtBox h5 {
        color: #1d2129;
        font-size: 20px;
        font-weight: 500; }
      .newsArticlelist .newsArticleInner .txtBox .intro {
        font-size: 16px;
        line-height: 22px; }
        .newsArticlelist .newsArticleInner .txtBox .intro .catetroyName {
          color: #15284B; }
        .newsArticlelist .newsArticleInner .txtBox .intro i {
          color: #4e5969;
          padding: 0px 2px;
          display: inline-block;
          font-style: inherit; }
        .newsArticlelist .newsArticleInner .txtBox .intro .time {
          font-size: 16px;
          color: #4e5969;
          line-height: 22px;
          font-weight: 300; }
      .newsArticlelist .newsArticleInner .txtBox .desc {
        font-size: 16px;
        color: #4e5969;
        font-weight: 300;
        line-height: 22px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-box-orient: vertical; }
    .newsArticlelist .newsArticleInner .btnBox {
      display: flex;
      justify-content: flex-end; }
    .newsArticlelist .newsArticleInner .viewlinkbtn {
      width: 44px;
      height: 44px;
      display: block;
      border-radius: 60px;
      cursor: pointer;
      border: 1px solid #15284b;
      background: #fff;
      transition: all ease-in-out 0.3s;
      background: #fff url(https://cdn.infisight.net/www/images/slide_arrow_right.svg) 45% center no-repeat;
      background-size: 13px 13px; }
      .newsArticlelist .newsArticleInner .viewlinkbtn:hover {
        background: #15284b url(https://cdn.infisight.net/www/images/slide_arrow_right_w.svg) 45% center no-repeat;
        background-size: 13px 13px;
        border: 1px solid #15284b; }
  .newsArticlelist .siderArticle {
    margin-bottom: 160px;
    position: absolute;
    right: 130px; }
    .newsArticlelist .siderArticle .qrcodeCard {
      height: 320px;
      padding: 24px;
      background: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 12px;
      margin-bottom: 24px; }
      .newsArticlelist .siderArticle .qrcodeCard .qrcodeBox {
        display: flex;
        gap: 12px;
        flex-direction: column;
        align-items: center;
        justify-content: center; }
        .newsArticlelist .siderArticle .qrcodeCard .qrcodeBox img {
          width: 180px;
          height: 180px; }
        .newsArticlelist .siderArticle .qrcodeCard .qrcodeBox p {
          font-size: 16px;
          color: #1D2129;
          font-weight: 400; }
    .newsArticlelist .siderArticle .recomReadCard {
      padding: 24px 24px 28px 24px;
      background: #fff;
      border-top-right-radius: 12px;
      border-top-left-radius: 12px; }
      .newsArticlelist .siderArticle .recomReadCard .titleBox {
        margin-bottom: 24px; }
        .newsArticlelist .siderArticle .recomReadCard .titleBox h5 {
          color: #000000;
          font-size: 18px;
          line-height: 25px; }
      .newsArticlelist .siderArticle .recomReadCard .recomListCon {
        display: flex;
        flex-direction: column;
        gap: 24px; }
        .newsArticlelist .siderArticle .recomReadCard .recomListCon .recomInner {
          display: flex;
          gap: 16px; }
          .newsArticlelist .siderArticle .recomReadCard .recomListCon .recomInner .imgBox {
            width: 104px;
            height: 67px; }
            .newsArticlelist .siderArticle .recomReadCard .recomListCon .recomInner .imgBox img {
              width: 100%;
              height: 100%;
              object-fit: cover;
              border-radius: 8px; }
          .newsArticlelist .siderArticle .recomReadCard .recomListCon .recomInner .txtBox {
            width: calc(100% - 104px);
            display: flex;
            flex-direction: column;
            justify-content: space-between; }
            .newsArticlelist .siderArticle .recomReadCard .recomListCon .recomInner .txtBox .title {
              color: #1d2129;
              font-size: 15px;
              line-height: 21px;
              overflow: hidden;
              text-overflow: ellipsis;
              display: -webkit-box;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 2; }
            .newsArticlelist .siderArticle .recomReadCard .recomListCon .recomInner .txtBox p {
              color: #3c4c63;
              font-weight: 300;
              font-size: 15px; }
    .newsArticlelist .siderArticle .rssEmailWrap {
      background: #fff;
      border-bottom-right-radius: 12px;
      border-bottom-left-radius: 12px;
      padding: 0px 24px 24px 24px;
      overflow: hidden; }
      .newsArticlelist .siderArticle .rssEmailWrap .titleBox {
        border-top: 1px solid #c9cdd4;
        padding-top: 28px;
        margin-bottom: 18px; }
        .newsArticlelist .siderArticle .rssEmailWrap .titleBox h5 {
          color: #000000;
          font-size: 18px;
          line-height: 25px; }
      .newsArticlelist .siderArticle .rssEmailWrap .rssEmail {
        background: #f7f7f7;
        border-radius: 40px;
        font-size: 16px;
        line-height: 22px;
        font-weight: 300;
        color: #86909c;
        width: 100%;
        height: 48px;
        padding: 10px 24px;
        margin-bottom: 16px;
        outline: none;
        box-shadow: none; }
        .newsArticlelist .siderArticle .rssEmailWrap .rssEmail::placeholder {
          font-size: 16px;
          line-height: 22px;
          font-weight: 300; }
      .newsArticlelist .siderArticle .rssEmailWrap .rssemailBtn {
        width: 96px;
        height: 48px;
        background: #15284b;
        border-radius: 40px;
        padding: 10px 32px;
        font-size: 16px;
        line-height: 22px;
        font-weight: 300;
        color: #fff;
        outline: none;
        box-shadow: none;
        float: right;
        box-shadow: -2px 2px 12px rgba(161, 161, 161, 0.22); }

.newsArticlelist .newsViewWrap {
  margin-top: 0px;
  gap: 68px; }
  .newsArticlelist .newsViewWrap .showViewCon {
    width: calc(100% - 438px); }
    .newsArticlelist .newsViewWrap .showViewCon .viewTitle {
      margin-bottom: 40px; }
      .newsArticlelist .newsViewWrap .showViewCon .viewTitle h2 {
        font-size: 32px;
        line-height: 45px;
        margin-bottom: 24px;
        color: #000000; }
      .newsArticlelist .newsViewWrap .showViewCon .viewTitle .intro {
        font-size: 16px;
        line-height: 22px; }
        .newsArticlelist .newsViewWrap .showViewCon .viewTitle .intro .catetroyName {
          color: #1d2129; }
        .newsArticlelist .newsViewWrap .showViewCon .viewTitle .intro i {
          color: #4e5969;
          padding: 0px 3px;
          display: inline-block;
          font-style: inherit; }
        .newsArticlelist .newsViewWrap .showViewCon .viewTitle .intro .time {
          font-size: 16px;
          color: #4e5969;
          line-height: 22px; }
    .newsArticlelist .newsViewWrap .showViewCon .showContent p {
      line-height: 22px;
      color: #1D2129; }
    .newsArticlelist .newsViewWrap .showViewCon .showContent h1, .newsArticlelist .newsViewWrap .showViewCon .showContent h2, .newsArticlelist .newsViewWrap .showViewCon .showContent h3, .newsArticlelist .newsViewWrap .showViewCon .showContent h4, .newsArticlelist .newsViewWrap .showViewCon .showContent h5, .newsArticlelist .newsViewWrap .showViewCon .showContent h6 {
      color: #15284B; }
    .newsArticlelist .newsViewWrap .showViewCon .showContent h1, .newsArticlelist .newsViewWrap .showViewCon .showContent h2, .newsArticlelist .newsViewWrap .showViewCon .showContent h3, .newsArticlelist .newsViewWrap .showViewCon .showContent h4 {
      margin-bottom: 40px;
      margin-top: 56px; }
    .newsArticlelist .newsViewWrap .showViewCon .showContent h4 {
      font-size: 32px;
      line-height: 45px;
      margin-bottom: 40px;
      margin-top: 56px; }
    .newsArticlelist .newsViewWrap .showViewCon .showContent p {
      font-size: 16px;
      font-weight: 300;
      color: #15284B;
      text-align: justify; }
    .newsArticlelist .newsViewWrap .showViewCon .showContent p strong {
      font-size: 16px;
      font-weight: bold;
      color: #15284B; }
    .newsArticlelist .newsViewWrap .showViewCon .showContent em, .newsArticlelist .newsViewWrap .showViewCon .showContent i {
      font-style: italic;
      font-weight: inherit; }
    .newsArticlelist .newsViewWrap .showViewCon .showContent ul li {
      margin-bottom: 12px;
      margin-top: 12px;
      font-size: 16px; }
    .newsArticlelist .newsViewWrap .showViewCon .showContent img {
      max-width: 100%;
      margin-bottom: 24px;
      margin-top: 24px; }
  .newsArticlelist .newsViewWrap .siderArticle .qrcodeCard {
    background: #f7f7f7; }
  .newsArticlelist .newsViewWrap .siderArticle .recomReadCard {
    background: #f7f7f7; }
  .newsArticlelist .newsViewWrap .siderArticle .rssEmailWrap {
    background: #f7f7f7; }
  .newsArticlelist .newsViewWrap .siderArticle .rssEmail {
    background: #ffffff; }

@media only screen and (max-width: 1366px) {
  .newsArticlelist .newslistWrap .listCon {
    width: calc(100% - 338px); }
  .newsArticlelist .newslistWrap .siderArticle {
    width: 320px; }
  .newsArticlelist .siderArticle {
    max-height: inherit; }
  .newsArticlelist .newsViewWrap .showViewCon {
    width: calc(100% - 388px); } }

@media only screen and (max-width: 1280px) {
  .newsArticlelist .container {
    padding: 0px 80px;
    position: relative;
    z-index: 50; }
  .newsArticlelist .newslistWrap .listCon {
    width: calc(100% - 298px); }
  .newsArticlelist .newsViewWrap .showViewCon {
    width: calc(100% - 348px); }
  .newsArticlelist .newslistWrap .siderArticle {
    width: 280px;
    right: 80px; }
  .newsArticlelist .siderArticle {
    max-height: inherit; }
  .newsArticlelist .siderArticle .recomReadCard .recomListCon .recomInner .txtBox .title {
    font-size: 14px;
    line-height: 20px; }
  .newsArticlelist .newsArticleInner .txtBox .desc {
    font-size: 14px;
    line-height: 20px; }
  .newsArticlelist .newsArticleInner .viewlinkbtn {
    width: 36px;
    height: 36px; } }

@media only screen and (max-width: 1024px) {
  .newsArticlelist .newslistWrap {
    gap: 18px;
    flex-direction: column; }
  .newsArticlelist .newslistWrap .listCon {
    width: calc(100% - 0px);
    margin-bottom: 56px; }
  .newsArticlelist .siderArticle {
    position: relative;
    right: 130px;
    max-height: inherit; }
  .newsArticlelist .newslistWrap .siderArticle {
    width: 100%;
    right: 0px;
    left: 0px;
    margin-bottom: 100px;
    background: none;
    padding: 0px; }
  .newsArticlelist .siderArticle .recomReadCard {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 56px; }
  .newsArticlelist .newsViewWrap .siderArticle .recomReadCard,
  .newsArticlelist .newsViewWrap .siderArticle .rssEmailWrap {
    background: none; }
  .newsArticlelist .siderArticle .rssEmailWrap {
    background: none;
    border-radius: 12px;
    padding: 24px;
    border: none; }
  .newsArticlelist .siderArticle .rssEmailWrap .titleBox {
    border: none;
    padding-top: 0px; }
  .newsArticlelist .siderArticle .rssEmailWrap .formCon {
    clear: both;
    overflow: hidden; }
  .newsArticlelist .siderArticle .qrcodeCard {
    margin-bottom: 56px; }
  .newsArticlelist .siderArticle .recomReadCard,
  .newsArticlelist .siderArticle .rssEmailWrap {
    padding: 0px;
    background: none;
    margin-bottom: 56px; }
  .newsArticlelist .siderArticle .recomReadCard .titleBox h5,
  .newsArticlelist .siderArticle .rssEmailWrap .titleBox h5 {
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500; }
  .newsArticlelist .siderArticle .recomReadCard .recomListCon {
    background: #ffffff;
    border-radius: 12px;
    padding: 24px; }
  .newsArticlelist .siderArticle .rssEmailWrap .formCon {
    background: #ffffff;
    border-radius: 12px;
    padding: 24px; }
  .newsArticlelist .newsViewWrap .siderArticle .recomReadCard .recomListCon,
  .newsArticlelist .newsViewWrap .siderArticle .rssEmailWrap .formCon {
    background: #f7f7f7; } }

@media only screen and (max-width: 820px) {
  .newslistPageKv {
    height: 200px;
    min-height: auto;
    position: relative;
    z-index: 10; }
  .newsArticlelist {
    min-height: auto; }
  .newsArticlelist .listfilterWrap {
    flex-direction: column;
    position: relative;
    z-index: 100;
    margin-bottom: 16px; }
  .newsArticlelist .listfilterWrap .searchForm {
    position: absolute;
    width: 100%;
    top: -180px; }
  .newsArticlelist .listfilterWrap .searchForm .layui-form-item {
    width: 100%;
    margin-bottom: 0px; }
  .newsArticlelist .listfilterWrap .searchForm .layui-input-group {
    width: 100%; }
  .newsArticlelist .searchForm input {
    width: 100%; }
  .newsArticlelist .searchForm .layui-input-group .layui-input-split {
    width: 34px; }
  .newsArticlelist .listfilterWrap .catetroySelect form {
    gap: 8px;
    justify-content: space-between; }
  .newsArticlelist .searchForm input {
    height: 36px; }
  .newslistPageKv .slideContent {
    max-width: 100%;
    margin: 6px 24px 0px 24px; }
  .newslistPageKv .slideContent h3 {
    font-size: 20px;
    line-height: 28px;
    margin-top: 32px;
    margin-bottom: 8px; }
  .newslistPageKv .slideContent .desc p {
    font-size: 13px;
    line-height: 18px; }
  .newsArticlelist .siderArticle .rssEmailWrap .formCon {
    padding: 24px 16px;
    height: 160px; }
  .newsArticlelist .siderArticle .recomReadCard .recomListCon {
    padding: 24px 16px; }
  .newsArticlelist .siderArticle .recomReadCard .recomListCon .recomInner .txtBox p {
    color: #3C4C63;
    font-size: 13px; }
  .newsArticlelist .siderArticle .recomReadCard .recomListCon .recomInner .imgBox img {
    border-radius: 4px; }
  .newsArticlelist .listfilterWrap .catetroySelect .layui-form-select {
    width: 120px;
    width: 100%; }
  .newsArticlelist .container {
    padding: 0px 24px;
    position: relative;
    z-index: 50; }
  .newsArticlelist .newsArticleInner {
    flex-direction: column;
    height: auto;
    margin-bottom: 16px;
    border-radius: 12px; }
  .newsArticlelist .newsArticleInner .imgBox {
    width: 100%;
    height: 240px;
    border-radius: 0px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px; }
  .newsArticlelist .newsArticleInner .imgBox img {
    border-radius: 0px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px; }
  .newsArticlelist .newsArticleInner .introDesc {
    width: calc(100% - 0px);
    height: 234px;
    padding: 24px 16px;
    background: none; }
  .newsArticlelist .newsArticleInner .txtBox h5 {
    color: #1d2129;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px; }
  .newsArticlelist .newsArticleInner .txtBox .intro {
    display: none; }
  .newsArticlelist .newsArticleInner .txtBox .desc {
    font-size: 14px;
    line-height: 20px; }
  .newsArticlelist .listfilterWrap .catetroySelect .layui-form-select .layui-input {
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    height: 32px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
    .newsArticlelist .listfilterWrap .catetroySelect .layui-form-select .layui-input::placeholder {
      font-size: 14px; }
  .newsViewPageKv {
    height: 40px; }
  .newsViewPageKv .viewPageBar {
    display: none; }
  .newsArticlelist .newsViewWrap .showViewCon .viewTitle {
    margin-bottom: 24px; }
  .newsArticlelist .newsViewWrap .showViewCon .viewTitle h2 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 12px; }
  .newsArticlelist .newsViewWrap .showViewCon .viewTitle .intro {
    font-size: 14px;
    line-height: 20px; } }

@media only screen and (max-width: 640px) {
  .bookFormSection .container {
    padding: 0px 24px;
    position: relative;
    z-index: 10; } }
